[INFO] cloning repository https://github.com/sansyrox/robyn
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sansyrox/robyn" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsansyrox%2Frobyn", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsansyrox%2Frobyn'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 749e571b653361bbd0486e5c97bfadc7f6eb9cd0
[INFO] checking sansyrox/robyn/749e571b653361bbd0486e5c97bfadc7f6eb9cd0 against master#c290daa1e5274a52e54a0f49e31bd70192abc606 for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsansyrox%2Frobyn" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc1/source/.cargo/config
[INFO] started tweaking git repo https://github.com/sansyrox/robyn
[INFO] finished tweaking git repo https://github.com/sansyrox/robyn
[INFO] tweaked toml for git repo https://github.com/sansyrox/robyn written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sansyrox/robyn on toolchain c290daa1e5274a52e54a0f49e31bd70192abc606
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sansyrox/robyn already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pyo3-async-runtimes-macros v0.27.0
[INFO] [stderr]   Downloaded pyo3-async-runtimes v0.27.0
[INFO] [stderr]   Downloaded pyo3-log v0.13.2
[INFO] [stderr]   Downloaded pythonize v0.27.0
[INFO] [stderr]   Downloaded actix-multipart-derive v0.6.1
[INFO] [stderr]   Downloaded actix-multipart v0.6.2
[INFO] [stderr]   Downloaded tokio-uring v0.5.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d9f27fdceff8ee33966cfb69cfc7a337f0e29cd70c4082ccfaf17b05ed0507db
[INFO] running `Command { std: "docker" "start" "d9f27fdceff8ee33966cfb69cfc7a337f0e29cd70c4082ccfaf17b05ed0507db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d9f27fdceff8ee33966cfb69cfc7a337f0e29cd70c4082ccfaf17b05ed0507db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d9f27fdceff8ee33966cfb69cfc7a337f0e29cd70c4082ccfaf17b05ed0507db" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d9f27fdceff8ee33966cfb69cfc7a337f0e29cd70c4082ccfaf17b05ed0507db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d9f27fdceff8ee33966cfb69cfc7a337f0e29cd70c4082ccfaf17b05ed0507db" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling target-lexicon v0.13.2
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]     Checking local-waker v0.1.4
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]     Checking actix-service v2.0.3
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking bytestring v1.4.0
[INFO] [stderr]    Compiling regex-lite v0.1.6
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]     Checking local-channel v0.1.5
[INFO] [stderr]     Checking brotli v8.0.1
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking language-tags v0.3.2
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]     Checking rand v0.9.1
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking unindent v0.2.4
[INFO] [stderr]     Checking impl-more v0.1.9
[INFO] [stderr]    Compiling v_htmlescape v0.15.8
[INFO] [stderr]    Compiling cc v1.2.26
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rustix v1.0.7
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling parse-size v1.1.0
[INFO] [stderr]     Checking arc-swap v1.7.1
[INFO] [stderr]     Checking http-range v0.1.5
[INFO] [stderr]    Compiling pyo3-build-config v0.27.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling zstd-sys v2.0.15+zstd.1.5.7
[INFO] [stderr]    Compiling pyo3-ffi v0.27.2
[INFO] [stderr]    Compiling pyo3-macros-backend v0.27.2
[INFO] [stderr]    Compiling pyo3 v0.27.2
[INFO] [stderr]     Checking tempfile v3.20.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]     Checking serde_plain v1.0.2
[INFO] [stderr]     Checking uuid v1.17.0
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.29
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling actix_derive v0.6.2
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling pyo3-async-runtimes-macros v0.27.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking tokio v1.45.1
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking zerovec v0.11.2
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling actix-multipart-derive v0.6.1
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]    Compiling pyo3-macros v0.27.2
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking tokio-util v0.7.15
[INFO] [stderr]     Checking actix-rt v2.10.0
[INFO] [stderr]     Checking actix-server v2.6.0
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]     Checking actix v0.13.5
[INFO] [stderr]     Checking pyo3-async-runtimes v0.27.0
[INFO] [stderr]     Checking pyo3-log v0.13.2
[INFO] [stderr]     Checking pythonize v0.27.0
[INFO] [stderr]     Checking actix-http v3.11.0
[INFO] [stderr]     Checking actix-web v4.11.0
[INFO] [stderr]     Checking actix-web-actors v4.3.1+deprecated
[INFO] [stderr]     Checking actix-files v0.6.6
[INFO] [stderr]     Checking actix-multipart v0.6.2
[INFO] [stderr]     Checking robyn v0.88.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/executors/mod.rs:282:41
[INFO] [stdout]     |
[INFO] [stdout] 282 |         let output: Py<PyAny> = Python::with_gil(|py| -> PyResult<_> {
[INFO] [stdout]     |                                         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/executors/mod.rs:292:17
[INFO] [stdout]     |
[INFO] [stdout] 292 |         Python::with_gil(|py| -> Result<MiddlewareReturn> {
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/executors/mod.rs:303:17
[INFO] [stdout]     |
[INFO] [stdout] 303 |         Python::with_gil(|py| -> Result<MiddlewareReturn> {
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/executors/mod.rs:474:41
[INFO] [stdout]     |
[INFO] [stdout] 474 |         let output: Py<PyAny> = Python::with_gil(|py| -> PyResult<_> {
[INFO] [stdout]     |                                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/executors/mod.rs:484:17
[INFO] [stdout]     |
[INFO] [stdout] 484 |         Python::with_gil(|py| -> Result<MiddlewareReturn> {
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/executors/mod.rs:495:17
[INFO] [stdout]     |
[INFO] [stdout] 495 |         Python::with_gil(|py| -> Result<MiddlewareReturn> {
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/executors/mod.rs:525:30
[INFO] [stdout]     |
[INFO] [stdout] 525 |         let output = Python::with_gil(|py| -> PyResult<_> {
[INFO] [stdout]     |                              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/executors/mod.rs:535:17
[INFO] [stdout]     |
[INFO] [stdout] 535 |         Python::with_gil(|py| extract_response_type(output, py))
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/executors/mod.rs:537:17
[INFO] [stdout]     |
[INFO] [stdout] 537 |         Python::with_gil(|py| {
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/executors/mod.rs:282:41
[INFO] [stdout]     |
[INFO] [stdout] 282 |         let output: Py<PyAny> = Python::with_gil(|py| -> PyResult<_> {
[INFO] [stdout]     |                                         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/executors/mod.rs:563:21
[INFO] [stdout]     |
[INFO] [stdout] 563 |             Python::with_gil(|py| {
[INFO] [stdout]     |                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/executors/mod.rs:571:21
[INFO] [stdout]     |
[INFO] [stdout] 571 |             Python::with_gil(|py| function.handler.call0(py))?;
[INFO] [stdout]     |                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/executors/mod.rs:292:17
[INFO] [stdout]     |
[INFO] [stdout] 292 |         Python::with_gil(|py| -> Result<MiddlewareReturn> {
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/server.rs:523:52
[INFO] [stdout]     |
[INFO] [stdout] 523 |     let request_context: Py<PyAny> = match Python::with_gil(crate::asyncio::new_context) {
[INFO] [stdout]     |                                                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/executors/mod.rs:303:17
[INFO] [stdout]     |
[INFO] [stdout] 303 |         Python::with_gil(|py| -> Result<MiddlewareReturn> {
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/executors/mod.rs:474:41
[INFO] [stdout]     |
[INFO] [stdout] 474 |         let output: Py<PyAny> = Python::with_gil(|py| -> PyResult<_> {
[INFO] [stdout]     |                                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/executors/mod.rs:484:17
[INFO] [stdout]     |
[INFO] [stdout] 484 |         Python::with_gil(|py| -> Result<MiddlewareReturn> {
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/executors/mod.rs:495:17
[INFO] [stdout]     |
[INFO] [stdout] 495 |         Python::with_gil(|py| -> Result<MiddlewareReturn> {
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/executors/mod.rs:525:30
[INFO] [stdout]     |
[INFO] [stdout] 525 |         let output = Python::with_gil(|py| -> PyResult<_> {
[INFO] [stdout]     |                              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/executors/mod.rs:535:17
[INFO] [stdout]     |
[INFO] [stdout] 535 |         Python::with_gil(|py| extract_response_type(output, py))
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/executors/mod.rs:537:17
[INFO] [stdout]     |
[INFO] [stdout] 537 |         Python::with_gil(|py| {
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/executors/mod.rs:563:21
[INFO] [stdout]     |
[INFO] [stdout] 563 |             Python::with_gil(|py| {
[INFO] [stdout]     |                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/executors/mod.rs:571:21
[INFO] [stdout]     |
[INFO] [stdout] 571 |             Python::with_gil(|py| function.handler.call0(py))?;
[INFO] [stdout]     |                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/server.rs:523:52
[INFO] [stdout]     |
[INFO] [stdout] 523 |     let request_context: Py<PyAny> = match Python::with_gil(crate::asyncio::new_context) {
[INFO] [stdout]     |                                                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]   --> src/executors/web_socket_executors.rs:16:33
[INFO] [stdout]    |
[INFO] [stdout] 16 |         let fut = match Python::with_gil(|py| {
[INFO] [stdout]    |                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]   --> src/executors/web_socket_executors.rs:17:53
[INFO] [stdout]    |
[INFO] [stdout] 17 |             let handler = function.handler.bind(py).downcast()?;
[INFO] [stdout]    |                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]   --> src/executors/web_socket_executors.rs:29:39
[INFO] [stdout]    |
[INFO] [stdout] 29 |                 Ok(output) => Python::with_gil(|py| match output.extract::<Option<String>>(py) {
[INFO] [stdout]    |                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]   --> src/executors/web_socket_executors.rs:50:17
[INFO] [stdout]    |
[INFO] [stdout] 50 |         Python::with_gil(|py| {
[INFO] [stdout]    |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]   --> src/executors/web_socket_executors.rs:51:59
[INFO] [stdout]    |
[INFO] [stdout] 51 |             let handler = match function.handler.bind(py).downcast() {
[INFO] [stdout]    |                                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast_exact`: use `Bound::cast_exact` instead
[INFO] [stdout]   --> src/executors/mod.rs:93:33
[INFO] [stdout]    |
[INFO] [stdout] 93 |     if let Ok(py_resp) = output.downcast_exact::<PyResponse>() {
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/executors/mod.rs:113:15
[INFO] [stdout]     |
[INFO] [stdout] 113 |     if output.downcast::<PyDict>().is_ok() || output.downcast::<PyList>().is_ok() {
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/executors/mod.rs:113:54
[INFO] [stdout]     |
[INFO] [stdout] 113 |     if output.downcast::<PyDict>().is_ok() || output.downcast::<PyList>().is_ok() {
[INFO] [stdout]     |                                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/executors/mod.rs:116:29
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let bytes = encoded.downcast::<PyBytes>()?.as_bytes().to_vec();
[INFO] [stdout]     |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/executors/mod.rs:125:27
[INFO] [stdout]     |
[INFO] [stdout] 125 |     if let Ok(s) = output.downcast::<PyString>() {
[INFO] [stdout]     |                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/executors/mod.rs:132:27
[INFO] [stdout]     |
[INFO] [stdout] 132 |     if let Ok(b) = output.downcast::<PyBytes>() {
[INFO] [stdout]     |                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/executors/mod.rs:165:45
[INFO] [stdout]     |
[INFO] [stdout] 165 |     let handler = function.handler.bind(py).downcast()?;
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/executors/mod.rs:335:45
[INFO] [stdout]     |
[INFO] [stdout] 335 |     let handler = function.handler.bind(py).downcast()?;
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]   --> src/routers/http_router.rs:53:41
[INFO] [stdout]    |
[INFO] [stdout] 53 |             let function_info = Python::with_gil(|_| res.value.to_owned());
[INFO] [stdout]    |                                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]   --> src/routers/middleware_router.rs:63:33
[INFO] [stdout]    |
[INFO] [stdout] 63 |         let functions = Python::with_gil(|_| res.value.to_owned());
[INFO] [stdout]    |                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/server.rs:121:21
[INFO] [stdout]     |
[INFO] [stdout] 121 |             Python::with_gil(|py| {
[INFO] [stdout]     |                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/server.rs:138:43
[INFO] [stdout]     |
[INFO] [stdout] 138 |                 let task_locals = Python::with_gil(|py| TASK_LOCALS.get().unwrap().clone_ref(py));
[INFO] [stdout]     |                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3_async_runtimes::TaskLocals::clone_ref`: please use `clone` instead
[INFO] [stdout]    --> src/server.rs:138:84
[INFO] [stdout]     |
[INFO] [stdout] 138 |                 let task_locals = Python::with_gil(|py| TASK_LOCALS.get().unwrap().clone_ref(py));
[INFO] [stdout]     |                                                                                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/server.rs:214:45
[INFO] [stdout]     |
[INFO] [stdout] 214 | ...                   Python::with_gil(|py| TASK_LOCALS.get().unwrap().clone_ref(py));
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3_async_runtimes::TaskLocals::clone_ref`: please use `clone` instead
[INFO] [stdout]    --> src/server.rs:214:86
[INFO] [stdout]     |
[INFO] [stdout] 214 | ...                   Python::with_gil(|py| TASK_LOCALS.get().unwrap().clone_ref(py));
[INFO] [stdout]     |                                                                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/server.rs:264:45
[INFO] [stdout]     |
[INFO] [stdout] 264 | ...                   Python::with_gil(|py| TASK_LOCALS.get().unwrap().clone_ref(py));
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3_async_runtimes::TaskLocals::clone_ref`: please use `clone` instead
[INFO] [stdout]    --> src/server.rs:264:86
[INFO] [stdout]     |
[INFO] [stdout] 264 | ...                   Python::with_gil(|py| TASK_LOCALS.get().unwrap().clone_ref(py));
[INFO] [stdout]     |                                                                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]   --> src/executors/web_socket_executors.rs:16:33
[INFO] [stdout]    |
[INFO] [stdout] 16 |         let fut = match Python::with_gil(|py| {
[INFO] [stdout]    |                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]   --> src/executors/web_socket_executors.rs:17:53
[INFO] [stdout]    |
[INFO] [stdout] 17 |             let handler = function.handler.bind(py).downcast()?;
[INFO] [stdout]    |                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]   --> src/executors/web_socket_executors.rs:29:39
[INFO] [stdout]    |
[INFO] [stdout] 29 |                 Ok(output) => Python::with_gil(|py| match output.extract::<Option<String>>(py) {
[INFO] [stdout]    |                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/server.rs:302:33
[INFO] [stdout]     |
[INFO] [stdout] 302 |                         Python::with_gil(|py| TASK_LOCALS.get().unwrap().clone_ref(py));
[INFO] [stdout]     |                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3_async_runtimes::TaskLocals::clone_ref`: please use `clone` instead
[INFO] [stdout]    --> src/server.rs:302:74
[INFO] [stdout]     |
[INFO] [stdout] 302 |                         Python::with_gil(|py| TASK_LOCALS.get().unwrap().clone_ref(py));
[INFO] [stdout]     |                                                                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3_async_runtimes::TaskLocals::clone_ref`: please use `clone` instead
[INFO] [stdout]    --> src/server.rs:307:42
[INFO] [stdout]     |
[INFO] [stdout] 307 | ...                   &task_locals.clone_ref(_py),
[INFO] [stdout]     |                                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/server.rs:314:29
[INFO] [stdout]     |
[INFO] [stdout] 314 |                     Python::with_gil(|py| function.handler.call0(py))?;
[INFO] [stdout]     |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]   --> src/executors/web_socket_executors.rs:50:17
[INFO] [stdout]    |
[INFO] [stdout] 50 |         Python::with_gil(|py| {
[INFO] [stdout]    |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]   --> src/executors/web_socket_executors.rs:51:59
[INFO] [stdout]    |
[INFO] [stdout] 51 |             let handler = match function.handler.bind(py).downcast() {
[INFO] [stdout]    |                                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast_exact`: use `Bound::cast_exact` instead
[INFO] [stdout]   --> src/executors/mod.rs:93:33
[INFO] [stdout]    |
[INFO] [stdout] 93 |     if let Ok(py_resp) = output.downcast_exact::<PyResponse>() {
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/executors/mod.rs:113:15
[INFO] [stdout]     |
[INFO] [stdout] 113 |     if output.downcast::<PyDict>().is_ok() || output.downcast::<PyList>().is_ok() {
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/executors/mod.rs:113:54
[INFO] [stdout]     |
[INFO] [stdout] 113 |     if output.downcast::<PyDict>().is_ok() || output.downcast::<PyList>().is_ok() {
[INFO] [stdout]     |                                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/executors/mod.rs:116:29
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let bytes = encoded.downcast::<PyBytes>()?.as_bytes().to_vec();
[INFO] [stdout]     |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/executors/mod.rs:125:27
[INFO] [stdout]     |
[INFO] [stdout] 125 |     if let Ok(s) = output.downcast::<PyString>() {
[INFO] [stdout]     |                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/executors/mod.rs:132:27
[INFO] [stdout]     |
[INFO] [stdout] 132 |     if let Ok(b) = output.downcast::<PyBytes>() {
[INFO] [stdout]     |                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/executors/mod.rs:165:45
[INFO] [stdout]     |
[INFO] [stdout] 165 |     let handler = function.handler.bind(py).downcast()?;
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/server.rs:440:17
[INFO] [stdout]     |
[INFO] [stdout] 440 |         Python::with_gil(|py| {
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/executors/mod.rs:335:45
[INFO] [stdout]     |
[INFO] [stdout] 335 |     let handler = function.handler.bind(py).downcast()?;
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]   --> src/routers/http_router.rs:53:41
[INFO] [stdout]    |
[INFO] [stdout] 53 |             let function_info = Python::with_gil(|_| res.value.to_owned());
[INFO] [stdout]    |                                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]   --> src/routers/middleware_router.rs:63:33
[INFO] [stdout]    |
[INFO] [stdout] 63 |         let functions = Python::with_gil(|_| res.value.to_owned());
[INFO] [stdout]    |                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/server.rs:655:13
[INFO] [stdout]     |
[INFO] [stdout] 655 |     Python::with_gil(|py| -> String {
[INFO] [stdout]     |             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/server.rs:121:21
[INFO] [stdout]     |
[INFO] [stdout] 121 |             Python::with_gil(|py| {
[INFO] [stdout]     |                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/server.rs:138:43
[INFO] [stdout]     |
[INFO] [stdout] 138 |                 let task_locals = Python::with_gil(|py| TASK_LOCALS.get().unwrap().clone_ref(py));
[INFO] [stdout]     |                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3_async_runtimes::TaskLocals::clone_ref`: please use `clone` instead
[INFO] [stdout]    --> src/server.rs:138:84
[INFO] [stdout]     |
[INFO] [stdout] 138 |                 let task_locals = Python::with_gil(|py| TASK_LOCALS.get().unwrap().clone_ref(py));
[INFO] [stdout]     |                                                                                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/server.rs:214:45
[INFO] [stdout]     |
[INFO] [stdout] 214 | ...                   Python::with_gil(|py| TASK_LOCALS.get().unwrap().clone_ref(py));
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3_async_runtimes::TaskLocals::clone_ref`: please use `clone` instead
[INFO] [stdout]    --> src/server.rs:214:86
[INFO] [stdout]     |
[INFO] [stdout] 214 | ...                   Python::with_gil(|py| TASK_LOCALS.get().unwrap().clone_ref(py));
[INFO] [stdout]     |                                                                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/server.rs:264:45
[INFO] [stdout]     |
[INFO] [stdout] 264 | ...                   Python::with_gil(|py| TASK_LOCALS.get().unwrap().clone_ref(py));
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3_async_runtimes::TaskLocals::clone_ref`: please use `clone` instead
[INFO] [stdout]    --> src/server.rs:264:86
[INFO] [stdout]     |
[INFO] [stdout] 264 | ...                   Python::with_gil(|py| TASK_LOCALS.get().unwrap().clone_ref(py));
[INFO] [stdout]     |                                                                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/server.rs:302:33
[INFO] [stdout]     |
[INFO] [stdout] 302 |                         Python::with_gil(|py| TASK_LOCALS.get().unwrap().clone_ref(py));
[INFO] [stdout]     |                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3_async_runtimes::TaskLocals::clone_ref`: please use `clone` instead
[INFO] [stdout]    --> src/server.rs:302:74
[INFO] [stdout]     |
[INFO] [stdout] 302 |                         Python::with_gil(|py| TASK_LOCALS.get().unwrap().clone_ref(py));
[INFO] [stdout]     |                                                                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3_async_runtimes::TaskLocals::clone_ref`: please use `clone` instead
[INFO] [stdout]    --> src/server.rs:307:42
[INFO] [stdout]     |
[INFO] [stdout] 307 | ...                   &task_locals.clone_ref(_py),
[INFO] [stdout]     |                                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/server.rs:314:29
[INFO] [stdout]     |
[INFO] [stdout] 314 |                     Python::with_gil(|py| function.handler.call0(py))?;
[INFO] [stdout]     |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/server.rs:440:17
[INFO] [stdout]     |
[INFO] [stdout] 440 |         Python::with_gil(|py| {
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]   --> src/types/function_info.rs:64:17
[INFO] [stdout]    |
[INFO] [stdout] 64 |         Python::with_gil(|py| Self {
[INFO] [stdout]    |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]   --> src/types/headers.rs:24:43
[INFO] [stdout]    |
[INFO] [stdout] 24 |                     let new_value = value.downcast::<PyList>();
[INFO] [stdout]    |                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/server.rs:655:13
[INFO] [stdout]     |
[INFO] [stdout] 655 |     Python::with_gil(|py| -> String {
[INFO] [stdout]     |             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/types/headers.rs:150:35
[INFO] [stdout]     |
[INFO] [stdout] 150 |             let new_value = value.downcast::<PyList>();
[INFO] [stdout]     |                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]   --> src/types/function_info.rs:64:17
[INFO] [stdout]    |
[INFO] [stdout] 64 |         Python::with_gil(|py| Self {
[INFO] [stdout]    |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]   --> src/types/headers.rs:24:43
[INFO] [stdout]    |
[INFO] [stdout] 24 |                     let new_value = value.downcast::<PyList>();
[INFO] [stdout]    |                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/types/headers.rs:150:35
[INFO] [stdout]     |
[INFO] [stdout] 150 |             let new_value = value.downcast::<PyList>();
[INFO] [stdout]     |                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::Py::<pyo3::PyAny>::downcast_bound`: use `Py::cast_bound` instead
[INFO] [stdout]    --> src/types/request.rs:270:66
[INFO] [stdout]     |
[INFO] [stdout] 270 |         let parsed: Value = if let Ok(python_string) = self.body.downcast_bound::<PyString>(py) {
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::Py::<pyo3::PyAny>::downcast_bound`: use `Py::cast_bound` instead
[INFO] [stdout]    --> src/types/request.rs:272:52
[INFO] [stdout]     |
[INFO] [stdout] 272 |         } else if let Ok(python_bytes) = self.body.downcast_bound::<PyBytes>(py) {
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/types/response.rs:128:21
[INFO] [stdout]     |
[INFO] [stdout] 128 |             Python::with_gil(|py| {
[INFO] [stdout]     |                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/types/response.rs:135:53
[INFO] [stdout]     |
[INFO] [stdout] 135 |                         if let Ok(py_bytes) = value.downcast::<PyBytes>() {
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/types/response.rs:299:47
[INFO] [stdout]     |
[INFO] [stdout] 299 |             if let Ok(headers_dict) = headers.downcast::<PyDict>() {
[INFO] [stdout]     |                                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/types/response.rs:367:47
[INFO] [stdout]     |
[INFO] [stdout] 367 |             if let Ok(headers_dict) = headers.downcast::<PyDict>() {
[INFO] [stdout]     |                                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::Py::<pyo3::PyAny>::downcast_bound`: use `Py::cast_bound` instead
[INFO] [stdout]    --> src/types/request.rs:270:66
[INFO] [stdout]     |
[INFO] [stdout] 270 |         let parsed: Value = if let Ok(python_string) = self.body.downcast_bound::<PyString>(py) {
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::Py::<pyo3::PyAny>::downcast_bound`: use `Py::cast_bound` instead
[INFO] [stdout]    --> src/types/request.rs:272:52
[INFO] [stdout]     |
[INFO] [stdout] 272 |         } else if let Ok(python_bytes) = self.body.downcast_bound::<PyBytes>(py) {
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/types/mod.rs:110:25
[INFO] [stdout]     |
[INFO] [stdout] 110 |     if let Ok(s) = body.downcast::<PyString>() {
[INFO] [stdout]     |                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/types/mod.rs:112:32
[INFO] [stdout]     |
[INFO] [stdout] 112 |     } else if let Ok(b) = body.downcast::<PyBytes>() {
[INFO] [stdout]     |                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/types/mod.rs:121:32
[INFO] [stdout]     |
[INFO] [stdout] 121 |     if let Ok(s) = description.downcast::<PyString>() {
[INFO] [stdout]     |                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/types/mod.rs:123:39
[INFO] [stdout]     |
[INFO] [stdout] 123 |     } else if let Ok(b) = description.downcast::<PyBytes>() {
[INFO] [stdout]     |                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::Py::<pyo3::PyAny>::downcast_bound`: use `Py::cast_bound` instead
[INFO] [stdout]    --> src/types/mod.rs:132:13
[INFO] [stdout]     |
[INFO] [stdout] 132 |     if body.downcast_bound::<PyString>(py).is_err() && body.downcast_bound::<PyBytes>(py).is_err() {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::Py::<pyo3::PyAny>::downcast_bound`: use `Py::cast_bound` instead
[INFO] [stdout]    --> src/types/mod.rs:132:61
[INFO] [stdout]     |
[INFO] [stdout] 132 |     if body.downcast_bound::<PyString>(py).is_err() && body.downcast_bound::<PyBytes>(py).is_err() {
[INFO] [stdout]     |                                                             ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::Py::<pyo3::PyAny>::downcast_bound`: use `Py::cast_bound` instead
[INFO] [stdout]    --> src/types/mod.rs:141:13
[INFO] [stdout]     |
[INFO] [stdout] 141 |     if body.downcast_bound::<PyString>(py).is_err() && body.downcast_bound::<PyBytes>(py).is_err() {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::Py::<pyo3::PyAny>::downcast_bound`: use `Py::cast_bound` instead
[INFO] [stdout]    --> src/types/mod.rs:141:61
[INFO] [stdout]     |
[INFO] [stdout] 141 |     if body.downcast_bound::<PyString>(py).is_err() && body.downcast_bound::<PyBytes>(py).is_err() {
[INFO] [stdout]     |                                                             ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/types/response.rs:128:21
[INFO] [stdout]     |
[INFO] [stdout] 128 |             Python::with_gil(|py| {
[INFO] [stdout]     |                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/types/response.rs:135:53
[INFO] [stdout]     |
[INFO] [stdout] 135 |                         if let Ok(py_bytes) = value.downcast::<PyBytes>() {
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]   --> src/websockets/mod.rs:52:21
[INFO] [stdout]    |
[INFO] [stdout] 52 |             Python::with_gil(|py| match next {
[INFO] [stdout]    |                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]   --> src/websockets/mod.rs:92:40
[INFO] [stdout]    |
[INFO] [stdout] 92 |         self.message_channel = Python::with_gil(|py| {
[INFO] [stdout]    |                                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/websockets/mod.rs:125:41
[INFO] [stdout]     |
[INFO] [stdout] 125 |         let task_locals_clone = Python::with_gil(|py| self.task_locals.clone_ref(py));
[INFO] [stdout]     |                                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3_async_runtimes::TaskLocals::clone_ref`: please use `clone` instead
[INFO] [stdout]    --> src/websockets/mod.rs:125:72
[INFO] [stdout]     |
[INFO] [stdout] 125 |         let task_locals_clone = Python::with_gil(|py| self.task_locals.clone_ref(py));
[INFO] [stdout]     |                                                                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/websockets/mod.rs:134:38
[INFO] [stdout]     |
[INFO] [stdout] 134 |             message_channel: Python::with_gil(|py| {
[INFO] [stdout]     |                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/types/response.rs:299:47
[INFO] [stdout]     |
[INFO] [stdout] 299 |             if let Ok(headers_dict) = headers.downcast::<PyDict>() {
[INFO] [stdout]     |                                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/types/response.rs:367:47
[INFO] [stdout]     |
[INFO] [stdout] 367 |             if let Ok(headers_dict) = headers.downcast::<PyDict>() {
[INFO] [stdout]     |                                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/types/mod.rs:110:25
[INFO] [stdout]     |
[INFO] [stdout] 110 |     if let Ok(s) = body.downcast::<PyString>() {
[INFO] [stdout]     |                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/types/mod.rs:112:32
[INFO] [stdout]     |
[INFO] [stdout] 112 |     } else if let Ok(b) = body.downcast::<PyBytes>() {
[INFO] [stdout]     |                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/types/mod.rs:121:32
[INFO] [stdout]     |
[INFO] [stdout] 121 |     if let Ok(s) = description.downcast::<PyString>() {
[INFO] [stdout]     |                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::types::PyAnyMethods::downcast`: use `Bound::cast` instead
[INFO] [stdout]    --> src/types/mod.rs:123:39
[INFO] [stdout]     |
[INFO] [stdout] 123 |     } else if let Ok(b) = description.downcast::<PyBytes>() {
[INFO] [stdout]     |                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::Py::<pyo3::PyAny>::downcast_bound`: use `Py::cast_bound` instead
[INFO] [stdout]    --> src/types/mod.rs:132:13
[INFO] [stdout]     |
[INFO] [stdout] 132 |     if body.downcast_bound::<PyString>(py).is_err() && body.downcast_bound::<PyBytes>(py).is_err() {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::Py::<pyo3::PyAny>::downcast_bound`: use `Py::cast_bound` instead
[INFO] [stdout]    --> src/types/mod.rs:132:61
[INFO] [stdout]     |
[INFO] [stdout] 132 |     if body.downcast_bound::<PyString>(py).is_err() && body.downcast_bound::<PyBytes>(py).is_err() {
[INFO] [stdout]     |                                                             ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::Py::<pyo3::PyAny>::downcast_bound`: use `Py::cast_bound` instead
[INFO] [stdout]    --> src/types/mod.rs:141:13
[INFO] [stdout]     |
[INFO] [stdout] 141 |     if body.downcast_bound::<PyString>(py).is_err() && body.downcast_bound::<PyBytes>(py).is_err() {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3::Py::<pyo3::PyAny>::downcast_bound`: use `Py::cast_bound` instead
[INFO] [stdout]    --> src/types/mod.rs:141:61
[INFO] [stdout]     |
[INFO] [stdout] 141 |     if body.downcast_bound::<PyString>(py).is_err() && body.downcast_bound::<PyBytes>(py).is_err() {
[INFO] [stdout]     |                                                             ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]   --> src/websockets/mod.rs:52:21
[INFO] [stdout]    |
[INFO] [stdout] 52 |             Python::with_gil(|py| match next {
[INFO] [stdout]    |                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]   --> src/websockets/mod.rs:92:40
[INFO] [stdout]    |
[INFO] [stdout] 92 |         self.message_channel = Python::with_gil(|py| {
[INFO] [stdout]    |                                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/websockets/mod.rs:125:41
[INFO] [stdout]     |
[INFO] [stdout] 125 |         let task_locals_clone = Python::with_gil(|py| self.task_locals.clone_ref(py));
[INFO] [stdout]     |                                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `pyo3_async_runtimes::TaskLocals::clone_ref`: please use `clone` instead
[INFO] [stdout]    --> src/websockets/mod.rs:125:72
[INFO] [stdout]     |
[INFO] [stdout] 125 |         let task_locals_clone = Python::with_gil(|py| self.task_locals.clone_ref(py));
[INFO] [stdout]     |                                                                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `pyo3::Python::<'_>::with_gil`: use `Python::attach` instead
[INFO] [stdout]    --> src/websockets/mod.rs:134:38
[INFO] [stdout]     |
[INFO] [stdout] 134 |             message_channel: Python::with_gil(|py| {
[INFO] [stdout]     |                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `copy_context` is never used
[INFO] [stdout]   --> src/asyncio.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub(crate) fn copy_context(py: Python) -> PyResult<Py<PyAny>> {
[INFO] [stdout]    |               ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/callbacks.rs:36:19
[INFO] [stdout]    |
[INFO] [stdout] 35 | impl PyDoneAwaitable {
[INFO] [stdout]    | -------------------- associated function in this implementation
[INFO] [stdout] 36 |     pub(crate) fn new(result: PyResult<Py<PyAny>>) -> Self {
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/callbacks.rs:65:19
[INFO] [stdout]    |
[INFO] [stdout] 64 | impl PyErrAwaitable {
[INFO] [stdout]    | ------------------- associated function in this implementation
[INFO] [stdout] 65 |     pub(crate) fn new(err: PyErr) -> Self {
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Value` is never constructed
[INFO] [stdout]   --> src/conversion.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub(crate) enum FutureResultToPy {
[INFO] [stdout]    |                 ---------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 10 |     Value(Py<PyAny>),
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RuntimeWrapper` is never constructed
[INFO] [stdout]   --> src/runtime.rs:42:19
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub(crate) struct RuntimeWrapper {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `with_runtime`, and `handler` are never used
[INFO] [stdout]   --> src/runtime.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 48 | impl RuntimeWrapper {
[INFO] [stdout]    | ------------------- associated items in this implementation
[INFO] [stdout] 49 |     pub fn new(
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub fn with_runtime(
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub fn handler(&self) -> RuntimeRef {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `default_runtime` is never used
[INFO] [stdout]    --> src/runtime.rs:137:4
[INFO] [stdout]     |
[INFO] [stdout] 137 | fn default_runtime(blocking_threads: usize) -> tokio::runtime::Runtime {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `empty_future_into_py` is never used
[INFO] [stdout]    --> src/runtime.rs:146:15
[INFO] [stdout]     |
[INFO] [stdout] 146 | pub(crate) fn empty_future_into_py(py: Python) -> PyResult<Bound<PyAny>> {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `done_future_into_py` is never used
[INFO] [stdout]    --> src/runtime.rs:151:15
[INFO] [stdout]     |
[INFO] [stdout] 151 | pub(crate) fn done_future_into_py(
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `err_future_into_py` is never used
[INFO] [stdout]    --> src/runtime.rs:159:15
[INFO] [stdout]     |
[INFO] [stdout] 159 | pub(crate) fn err_future_into_py(py: Python, err: PyErr) -> PyResult<Bound<PyAny>> {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `copy_context` is never used
[INFO] [stdout]   --> src/asyncio.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub(crate) fn copy_context(py: Python) -> PyResult<Py<PyAny>> {
[INFO] [stdout]    |               ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/callbacks.rs:36:19
[INFO] [stdout]    |
[INFO] [stdout] 35 | impl PyDoneAwaitable {
[INFO] [stdout]    | -------------------- associated function in this implementation
[INFO] [stdout] 36 |     pub(crate) fn new(result: PyResult<Py<PyAny>>) -> Self {
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/callbacks.rs:65:19
[INFO] [stdout]    |
[INFO] [stdout] 64 | impl PyErrAwaitable {
[INFO] [stdout]    | ------------------- associated function in this implementation
[INFO] [stdout] 65 |     pub(crate) fn new(err: PyErr) -> Self {
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Value` is never constructed
[INFO] [stdout]   --> src/conversion.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub(crate) enum FutureResultToPy {
[INFO] [stdout]    |                 ---------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 10 |     Value(Py<PyAny>),
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RuntimeWrapper` is never constructed
[INFO] [stdout]   --> src/runtime.rs:42:19
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub(crate) struct RuntimeWrapper {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `with_runtime`, and `handler` are never used
[INFO] [stdout]   --> src/runtime.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 48 | impl RuntimeWrapper {
[INFO] [stdout]    | ------------------- associated items in this implementation
[INFO] [stdout] 49 |     pub fn new(
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub fn with_runtime(
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub fn handler(&self) -> RuntimeRef {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `default_runtime` is never used
[INFO] [stdout]    --> src/runtime.rs:137:4
[INFO] [stdout]     |
[INFO] [stdout] 137 | fn default_runtime(blocking_threads: usize) -> tokio::runtime::Runtime {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `empty_future_into_py` is never used
[INFO] [stdout]    --> src/runtime.rs:146:15
[INFO] [stdout]     |
[INFO] [stdout] 146 | pub(crate) fn empty_future_into_py(py: Python) -> PyResult<Bound<PyAny>> {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `done_future_into_py` is never used
[INFO] [stdout]    --> src/runtime.rs:151:15
[INFO] [stdout]     |
[INFO] [stdout] 151 | pub(crate) fn done_future_into_py(
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `err_future_into_py` is never used
[INFO] [stdout]    --> src/runtime.rs:159:15
[INFO] [stdout]     |
[INFO] [stdout] 159 | pub(crate) fn err_future_into_py(py: Python, err: PyErr) -> PyResult<Bound<PyAny>> {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
[INFO] running `Command { std: "docker" "inspect" "d9f27fdceff8ee33966cfb69cfc7a337f0e29cd70c4082ccfaf17b05ed0507db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d9f27fdceff8ee33966cfb69cfc7a337f0e29cd70c4082ccfaf17b05ed0507db", kill_on_drop: false }`
[INFO] [stdout] d9f27fdceff8ee33966cfb69cfc7a337f0e29cd70c4082ccfaf17b05ed0507db
